projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
210fbc3
)
(xmalloc_widget_value): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Feb 1996 23:44:54 +0000
(23:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Feb 1996 23:44:54 +0000
(23:44 +0000)
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index df4a5e3e30eba0ecf854355ca498a46f3e59c70e..9257cf792f31dc403fdde0b6f9c4bd70c5daabe3 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-118,10
+118,10
@@
static void list_of_items ();
\f
/* Allocate a widget_value, blocking input. */
-widget_value
+widget_value
*
xmalloc_widget_value ()
{
- widget_value value;
+ widget_value
*
value;
BLOCK_INPUT;
value = malloc_widget_value ();